home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / airfox.swf / scripts / frame_8 / PlaceObject2_170_34 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  267 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_name != "terrain")
  3.    {
  4.       tellTarget(this.tile)
  5.       {
  6.          gotoAndStop(eval("this:settype"));
  7.       }
  8.       _Y = _Y + _root.scrollspeed;
  9.       if(320 < _Y)
  10.       {
  11.          removeMovieClip(this);
  12.       }
  13.    }
  14. }
  15.